Skip to content

pkp/pkp-lib#12584 Add "Summary of Changes/Amendment" field on file revision upload and update publication issues page#2323

Open
blesildaramirez wants to merge 7 commits into
pkp:mainfrom
blesildaramirez:i12584
Open

pkp/pkp-lib#12584 Add "Summary of Changes/Amendment" field on file revision upload and update publication issues page#2323
blesildaramirez wants to merge 7 commits into
pkp:mainfrom
blesildaramirez:i12584

Conversation

@blesildaramirez
Copy link
Copy Markdown
Contributor

No description provided.

@blesildaramirez
Copy link
Copy Markdown
Contributor Author

/deploy

@blesildaramirez
Copy link
Copy Markdown
Contributor Author

/deploy

$table->enum('version_stage', array_column(VersionStage::cases(), 'value'))->nullable();
$table->integer('version_minor')->nullable();
$table->integer('version_major')->nullable();
$table->enum('update_type', array_column(UpdateType::cases(), 'value'))->nullable();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here as well, no ->nullable, but ->default(UpdateType::NEW_VERSION->value).

@blesildaramirez
Copy link
Copy Markdown
Contributor Author

/deploy

@blesildaramirez
Copy link
Copy Markdown
Contributor Author

/deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants